home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / util / misc / NewPubScreen.lha / NewPubScreen / NewPubScreen.doc < prev    next >
Text File  |  1996-10-17  |  3KB  |  81 lines

  1. Program: NewPubScreen
  2.  
  3. Version: 1.4 (17.10.96)
  4.  
  5. Author:  Simon Clayton
  6.          12 Valley Way
  7.          Exmouth
  8.          Devon
  9.          EX8 4PD
  10.          ENGLAND
  11.  
  12.          sdc395@ecs.soton.ac.uk
  13.  
  14. Short:   NewPubScreen is a simple CLI command which opens a public screen
  15.          using the supplied name and screen mode.
  16.  
  17. Req.:    OS 2.0 or better.
  18.  
  19. The arguments are as follows:
  20.  
  21. NAME       - a name for the public screen.  It must be unique among the
  22.              public screens.
  23.  
  24. WIDTH      - the width of the screen in pixels.  Default as Workbench.
  25.  
  26. HEIGHT     - the height of the screen in pixels.  Default as Workbench.
  27.  
  28. DEPTH      - the depth (number of bitplanes) of the screen.  Default as
  29.              Workbench.
  30.  
  31. MODE       - the mode ID for the screen.  Common mode IDs are:
  32.  
  33.              NTSC:HalfBrite             $11080
  34.              NTSC:HalfBrite Laced       $11084
  35.              NTSC:HAM                   $11800
  36.              NTSC:HAM Laced             $11804
  37.              NTSC:High Res              $19000
  38.              NTSC:High Res Laced        $19004
  39.              NTSC:Low Res               $11000
  40.              NTSC:Low Res Laced         $11004
  41.              PAL:HalfBrite              $21080
  42.              PAL:HalfBrite Laced        $21084
  43.              PAL:HAM                    $21800
  44.              PAL:HAM Laced              $21804
  45.              PAL:High Res               $29000
  46.              PAL:High Res Laced         $29004
  47.              PAL:Low Res                $21000
  48.              PAL:Low Res Laced          $21004
  49.  
  50.              These numbers should be entered with the "$" as they are
  51.              hexidecimal.  Default as Workbench.
  52.  
  53. AUTOSCROLL - allow the mouse to push large screens around the visible
  54. or AS        display area
  55.  
  56. REQUESTER  - brings up an ASL screen mode requester to specify width,
  57. or REQ       height, depth, mode and autoscroll.  This option requires
  58.              asl.library version 38 or better.
  59.  
  60. So typing "NewPubScreen MyScreen WIDTH 320 HEIGHT 256 DEPTH 4 MODE $21000"
  61. will result in NewPubScreen opening a standard PAL low res 16 colour screen
  62. with the name "MyScreen".  You could now open a Shell on this screen by
  63. typing "NewShell CON://///SCREENMyScreen".
  64.  
  65. Please send me any comments or suggestions you have to improve NewPubScreen.
  66.  
  67. One more thing...
  68.  
  69. THE SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  70. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE
  71. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  72. YOU ARE ADVISED TO TEST THE SOFTWARE THOROUGHLY BEFORE RELYING ON IT.  YOU
  73. AGREE TO ACCEPT THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  74. SOFTWARE AND DOCUMENTATION.  IN NO EVENT WILL SIMON CLAYTON BE LIABLE FOR
  75. DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES RESULTING FROM ANY
  76. DEFECT IN THE PROGRAM.
  77.  
  78. Hope you like it,
  79.  
  80. Simon
  81.